From: David S. Miller Date: Thu, 17 May 2007 07:07:47 +0000 (-0700) Subject: [TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~37432^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=2ff011efa4cc591ed563241bae3d60bc0eaac210;p=linux-4.9.git [TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS These two congestion control modules share code. Signed-off-by: David S. Miller --- diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index c68196cc56ab..719c1040bd0a 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -577,6 +577,7 @@ config TCP_CONG_VENO config TCP_CONG_YEAH tristate "YeAH TCP" depends on EXPERIMENTAL + select TCP_CONG_VEGAS default n ---help--- YeAH-TCP is a sender-side high-speed enabled TCP congestion control